home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / music / 188 / c / cprint.doc < prev    next >
Text File  |  1987-10-14  |  1KB  |  23 lines

  1. CPRINT is a utility program for pretty-printing of C programs on an Epson-
  2. compatible dot matrix printer. Usage is self explanatory--the user will 
  3. receive a list of options--but here is a list of features:
  4.     
  5.     Draft or NLQ printing.
  6.     Date and/or time and/or title appear on each page or on first page
  7.         only, or not at all.
  8.     If any of {date/time/title} is selected on each page, page numbers will
  9.         be added.
  10.     If none of {date/time/title} is selected on each page, skipping 
  11.         perforations is optional.
  12.     Comments appear in italics.
  13.     C keywords appear in boldface.
  14.     Tabs can be set to any size.
  15.  
  16. CPRINT is a self-modifying program. Once the user has selected a choice of
  17. options, these will be stored in the program and presented as the default
  18. when the program is next run; obviously, if the program is loaded from a 
  19. floppy every time it is used, this feature is nullified unless the modified 
  20. program is copied back to the floppy. It was written in Megamax C.
  21.  
  22.                 John Purbrick
  23.